CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC 图像

搜索资源列表

  1. doubleBuffering(Mobile)

    0下载:
  2. 在 Windows Mobile 6.0 平台实现图像无闪烁切换(双缓冲)- Windows Mobile 6.0 Double Buffering
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-27
    • 文件大小:48488
    • 提供者:tony chen
  1. demo

    0下载:
  2. opencv和MFC结合编制的两个图像处理界面,直接打开导入图像,便可以得到多钟处理效果,边缘检测,图像变换等。-opencv and the MFC union establishment s two imagery processing contact surface, opens directly inducts the image, then may obtain the multi-clock processing effect, the marginal check, the pic
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:40461
    • 提供者:pudn
  1. ColorProcess

    0下载:
  2. VC++6环境编译的彩色数字图像处理程序。结合MFC形成独立可执行程序。具有功能:RGB三原色的提取和滤除,彩色位数转化,彩色图像的灰度化,颜色、亮度和对比度的调整-VC++6 compiler environment of the color digital image processing. Combined into an independent executable program MFC. Has a function: RGB three primary colors of the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3631893
    • 提供者:Myrrhy
  1. human_face_and_eyes_detection

    0下载:
  2. 该源码是VC6.0环境下运行MFC图形化界面程序。主要功能是完成人脸定位,还包括人眼,口,鼻子等器官的定位。适合于人工智能,图像处理,模式识别相关研究人员参考。-The source is running VC6.0 environment MFC graphical interface program. Main function is to complete the face positioning, but also the human eye, mouth, nose, such as
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:470060
    • 提供者:wang
  1. IP-Programing

    0下载:
  2. 该源码是在VC6.0环境下运行成功,涉及数字图像处理的基础内容,包括图像增强,图像锐化,边缘检测,数学形态学处理,图像复原,图像重建。本程序是MFC图形化界面设计。-The source code is successfully run VC6.0 environment, involving the basis of digital image processing, including image enhancement, image sharpening, edge detection,
  3. 所属分类:Graph program

    • 发布日期:2017-05-26
    • 文件大小:9168964
    • 提供者:wang
  1. dimon

    0下载:
  2. 基于Mfc的2D图像算法程序,绘制金刚石花纹图像,交互界面。-Mfc the 2D image-based algorithm procedures, rendering images of diamond patterns, interactive interface.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2359886
    • 提供者:程剑
  1. StepinGL

    0下载:
  2. mfc+opengl框架 可画出图像。只需继续添加代码即可编程-mfc+ opengl framework could draw the image. Just continue to add programming code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:39520
    • 提供者:杨宇
  1. eye_pos

    0下载:
  2. visual c++.net编写的mfc程序。选择一副人脸图像并显示在窗体中,鼠标点击人眼,会显示该点坐标,以查看两眼是否对齐在同一水平线。运行时,系统需要安装opencv,并配置-visual c++. net write a mfc program. Choose a facial image and displayed in the form, the mouse clicks the human eye, it displays the point coordinates to see
  3. 所属分类:.net

    • 发布日期:2017-05-21
    • 文件大小:6470537
    • 提供者:高海鹏
  1. OpencvUIDlg

    1下载:
  2. 基于opencv摄像头视频提取,可以保存,截取图像,以上工作均可在对话框中实现-useing vidoe,including grab a frame image,also can save video and image。you can finish these in a MFC dialogbased on opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3510313
    • 提供者:xuyin
  1. text

    0下载:
  2. 简单的图像处理,基于对话框的MFC程序,可以实现显示,截取,保存,变灰度,反白等功能-A simple image processing, dialog-based MFC program, can be achieved show that interception, preservation, variable gray-scale, anti-white and other functions
  3. 所属分类:Graph program

    • 发布日期:2017-06-11
    • 文件大小:18799038
    • 提供者:张磊
  1. OpenGL

    0下载:
  2. MFC OpenGL 中子发射模型 包括文件读取、坐标旋转、图像截取、投影、对话框交互等-VC++6.0 OpenGL model、 projection、files reading
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:2282885
    • 提供者:anchen
  1. MFC

    0下载:
  2. 基于MFC小型的图像处理软件! 可以打开8位位图,格式要.bmp的!-Based on MFC
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:90331
    • 提供者:tang
  1. ThreeDBMP

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:107039
    • 提供者:arechi
  1. OpenfileMFC

    0下载:
  2. MFC中使用OpenCV读取并显示一幅图像-MFC using OpenCV to read and display an image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-08
    • 文件大小:1715745
    • 提供者:路小白
  1. myBmpMFC

    0下载:
  2. 一个简单的mfc图像处理小程序,完成了直方图均衡化的功能,用户可以在此基础上添加新的图像处理功能-a simple mfc program, finish some simple function, user can add your own special picture function
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10664850
    • 提供者:hc
  1. mymfc

    0下载:
  2. MFC界面基于对话框的OpenCV+VS2008实现图像读取,边缘提取-MFC dialog-based interface to achieve the image OpenCV+ VS2008 read, edge extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15178058
    • 提供者:飞鹰
  1. ImageSearch

    0下载:
  2. 以MFC为基础进行开发的一个图像搜索的软件,该软件能够在较快的时间内搜索出图片,内附测试图片-a image search written by VC++ that can use a target pic to search the siminal pics
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6410408
    • 提供者:yueyuanhui
  1. DicomRead

    0下载:
  2. 读取DICOM格式文件的程序,主要读取医学图像用-DICOM Reader Using VC++ MFC Programming and so so so on and wish you like it
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6536697
    • 提供者:lxn
  1. alunfangcha

    1下载:
  2. 根据应用的实际需要,采用基于对话框的MFC程序设计模式,将对话框的客户区界面分为两个部分,一个是用于显示坐标系的图像区域,另一个是和用户交互的操作部分,根据用户的需要进行不同的操作选择和设置等。 采用基于对话框的程序设计,对于绘制曲线部分,坐标轴的确立和刻度,原点等,根据自己的偏好进行设置。本设计曲线绘制的精度不是很高,采样的点数只有有限个,而且自己建立的坐标系也存在一些数值的取舍。能够得出阿伦方差的大致走向。 -Depending on the application of the a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:236331
    • 提供者:zhengjie
  1. wartermark

    0下载:
  2. 图像(jpg)数字水印的嵌入和提取,MFC版本-wartermark embeding and extracting for jpg image
  3. 所属分类:Graph program

    • 发布日期:2017-05-25
    • 文件大小:8666145
    • 提供者:sy
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com